06. Installing eksctl

eksctl

eksctl: A command line tool which greatly simplifies EKS cluster creation

FSND C4 L2 A06 Eksctl

recap

eksctl Installation

  • Latest Linux:
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/latest_release/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
brew tap weaveworks/tap
brew install weaveworks/tap/eksctl
chocolatey install eksctl

For more installation information see the installation instructions here .

EKSCTL Problem set

eksctl is a command line tool designed to simplify

SOLUTION:
  • Creating EKS clusters